home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / lik32130.zip / LIKSE32.EXE / 0 / RCDATA / TFM_REPLACE / TFM_REPLACE.txt
Text File  |  1996-11-16  |  3KB  |  144 lines

  1. object FM_Replace: TFM_Replace
  2.   Left = 211
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find Text'
  6.   ClientHeight = 173
  7.   ClientWidth = 363
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 7
  17.     Top = 16
  18.     Width = 73
  19.     Height = 13
  20.     Caption = '&Text to Find:'
  21.     FocusControl = CB_Find
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object LB_Replace: TLabel
  29.     Left = 7
  30.     Top = 52
  31.     Width = 75
  32.     Height = 13
  33.     Caption = '&Replace with'
  34.     FocusControl = CB_Replace
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object CB_Find: TComboBox
  42.     Left = 96
  43.     Top = 12
  44.     Width = 249
  45.     Height = 21
  46.     ItemHeight = 13
  47.     TabOrder = 0
  48.     OnExit = CB_FindExit
  49.   end
  50.   object CB_Replace: TComboBox
  51.     Left = 96
  52.     Top = 44
  53.     Width = 249
  54.     Height = 21
  55.     ItemHeight = 13
  56.     TabOrder = 1
  57.   end
  58.   object PA_OPTION: TPanel
  59.     Left = 0
  60.     Top = 80
  61.     Width = 363
  62.     Height = 93
  63.     Align = alBottom
  64.     BevelOuter = bvNone
  65.     TabOrder = 2
  66.     object BT_Cancel: TBitBtn
  67.       Left = 176
  68.       Top = 56
  69.       Width = 70
  70.       Height = 25
  71.       Font.Color = clBlack
  72.       Font.Height = -12
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       TabOrder = 0
  77.       Kind = bkCancel
  78.     end
  79.     object BT_OK: TBitBtn
  80.       Left = 96
  81.       Top = 56
  82.       Width = 70
  83.       Height = 25
  84.       Caption = 'Ok'
  85.       Font.Color = clBlack
  86.       Font.Height = -12
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.       TabOrder = 1
  91.       Kind = bkOK
  92.     end
  93.     object CHK_Prompt: TCheckBox
  94.       Left = 160
  95.       Top = 0
  96.       Width = 185
  97.       Height = 17
  98.       Caption = '&Prompt on Replace'
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.       TabOrder = 2
  105.     end
  106.     object CHK_Case: TCheckBox
  107.       Left = 8
  108.       Top = 0
  109.       Width = 153
  110.       Height = 17
  111.       Caption = '&Case Sensitive'
  112.       Font.Color = clBlack
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = [fsBold]
  116.       ParentFont = False
  117.       TabOrder = 3
  118.     end
  119.     object CHK_FromTop: TCheckBox
  120.       Left = 8
  121.       Top = 24
  122.       Width = 145
  123.       Height = 17
  124.       Caption = 'Search From &Begining'
  125.       Font.Color = clBlack
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.       State = cbChecked
  131.       TabOrder = 4
  132.     end
  133.     object BT_ReplaceAll: TBitBtn
  134.       Left = 256
  135.       Top = 56
  136.       Width = 70
  137.       Height = 25
  138.       Caption = 'Replace &All'
  139.       ModalResult = 6
  140.       TabOrder = 5
  141.     end
  142.   end
  143. end
  144.